home *** CD-ROM | disk | FTP | other *** search
/ Internet Tools (InfoMagic) / Internet Tools.iso / news / readers / nnmvs / 00README.v3r2 < prev    next >
Text File  |  1993-08-13  |  2KB  |  70 lines

  1.  
  2. README for NNMVS - MVS NNTP News Reader, Version 3, Release 2
  3.  
  4. August 13, 1993
  5.  
  6. Instructions:
  7.  
  8.  FTP the appropriate distribution file to your MVS system first.
  9.  
  10.  Use something like the following:
  11.  
  12.  To FTP distrib.cntl.v3r2 (source distribution):
  13.  
  14.   ftp info2.rus.uni-stuttgart.de
  15.   anonymous
  16.   password@myhost.mydomain
  17.   cd /pub/comm/news/beginner/software/nnmvs
  18.   get distrib.cntl.v3r2 NNMVS.DISTRIB.CNTL
  19.   quit
  20.  
  21.  Please note that the source distribution is stored as a
  22.  RECFM=VB LRECL=259 file, to save space and speed up file transfer.
  23.  
  24.  Either of these is one large JCL stream that executes the IEBUPDTE
  25.  utility to build several PDS's.  These PDS's are:
  26.  
  27.  NNMVS.INSTALL.CNTL     JCL to complete the build, readmes, miscellany
  28.  NNMVS.INSTALL.CLIST    CLISTs and REXX execs
  29.  NNMVS.INSTALL.PANEL    ISPF panels
  30.  NNMVS.INSTALL.H        C headers
  31.  NNMVS.INSTALL.C        C source
  32.  
  33.  You can modify the job to generate a different prefix for the names
  34.  if you don't want to call them NNMVS.INSTALL.*.  You'll need to
  35.  provide your own JOB card, too.  Other than that, the JCL is ready
  36.  to run (from ISPF EDIT, anyway).  If you run into problems submitting
  37.  a RECFM=VB file, copy the file over into a RECFM=FB LRECL=80 data set
  38.  and then try it.
  39.  
  40.  Once you've done this, proceed to the $$README file in the .CNTL PDS,
  41.  which you can read once the first stage of the unload is done.  This
  42.  will tell you the rest of the steps to finish building NNMVS.
  43.  
  44. Legal stuff:
  45.  
  46. ------------------------------------------------------------------------
  47.  
  48.  Copyright (c) The Charles Stark Draper Laboratory, Inc., 1992, 1993
  49.  
  50.  SAS enhancements copyright (c) 1992 SAS Institute, Inc.
  51.  
  52.  This software is provided on an "AS IS" basis.  All warranties,
  53.  including the implied warranties of merchantability and fitness,
  54.  are expressly denied.
  55.  
  56.  Provided this copyright notice is included, this software may
  57.  be freely distributed and not offered for sale.
  58.  
  59.  Changes or modifications may be made and used only by the maker
  60.  of same, and not further distributed.  Such modifications should
  61.  be mailed to the author for consideration for addition to the
  62.  software and incorporation in subsequent releases.
  63.  
  64. ------------------------------------------------------------------------
  65.  
  66.  Questions?  Comments?  Suggestions?  Gripes?  Please email to...
  67.  
  68.  Steve Bacher      <seb@draper.com>
  69.  
  70.